tests: Alias assert_not_reached() -> fatal()
authorColin Walters <walters@verbum.org>
Tue, 17 Jan 2017 15:16:31 +0000 (10:16 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 18 Jan 2017 14:28:29 +0000 (14:28 +0000)
commit2f71136eec7fa6326fb66147664960eb822a066f
tree3428f87b6674fe5e5afe06afc72a3a03a2cd3c3e
parent5782e0a1d3cb525324bf34b4a811b5802a750b9f
tests: Alias assert_not_reached() -> fatal()

We had a lot of copies of the "echo something 1>&2; exit 1" code even though
`assert_not_reached()` was it.  Hence, I think we need a shorter alias for that.

Doing this particularly since I noticed a missing `1` in an `exit 1` call in the
rpm-ostree copy of this.

Closes: #648
Approved by: jlebon
tests/basic-test.sh
tests/libtest.sh